.top_iframe {
    width: 100%; 
    height: 57px; 
    background-color: #e7e7e7;
} 

.main_body {
    width: calc(100% - 400px); 
    margin: 40px auto 0px; 
} 

.header {
    width: 100%; 
    height: 94px; 
    display: flex; 
    flex-direction: row; 
    justify-content: space-between; 
} 

.search {
    line-height: 128px; 
    display: none; 
} 

.search input {
    width: 273px; 
    height: 48px; 
    border-radius: 48px; 
    border: 2px solid #b4b4b4; 
    outline: none; 
    font-size: 16px; 
    padding-left: 40px; 
    background: url("../images/search.png") no-repeat; 
    background-position: 10px 13px; 
} 

.search input::-webkit-input-placeholder {
    font-size: 16px; 
    color: #b4b4b4;
} 

.banner {
    width: 100%; 
    display: flex; 
    flex-direction: row; 
    justify-content: space-between; 
} 

.banner_carousel {
    width: calc(66% - 20px); 
    position: relative; 
    overflow: hidden; 
} 

/* 轮播图开始 */

.banner_carousel_mask {
    width: 100%; 
    height: 100%; 
    position: absolute; 
    background-color: #07070814;
    z-index: 999;
} 

.banner_carousel_img {
    width: 100%;
}

.banner_carousel_img img {
    width: 100%; 
    display: block; 
} 

.banner_carousel_intro {
    color: #fff; 
    position: absolute; 
    font-size: 35px; 
    font-weight: bolder; 
    z-index: 1000; 
    padding-left: 30px; 
    letter-spacing: 3px; 
    bottom: 70px; 
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical; 
} 

.banner_carousel_photos {
    cursor: pointer; 
} 

.banner_carousel_photos.noshow {
    display: none; 
} 

.banner_carousel_dotted {
    z-index: 1000; 
    position: absolute; 
    display: flex; 
    flex-direction: row; 
    bottom: 30px; 
    left: 50%; 
    margin-left: -160px; 
} 

.banner_carousel_dotted .dotted {
    width: 16px; 
    height: 16px; 
    background-color: #fff; 
    border-radius: 16px; 
    margin-left: 22px; 
    cursor: pointer; 
} 

.banner_carousel_dotted .dotted.on {
    width: 32px; 
    background-color: #e96326; 
} 

/* 轮播图结束 */

.banner_imgLists {
    width: 34%; 
} 

.banner_imgLists img {
    cursor: pointer; 
    display: block; 
} 

.banner_imgLists img:not(:first-child) {
    margin-top: 20px; 
} 

.content {
    width: 100%; 
    margin-top: 20px; 
    display: flex; 
    flex-direction: row; 
    justify-content: space-between; 
} 

.star {
    width: 23.77%; 
} 

.star .pc_banner{
	width:100%;
	display:block; 
} 

.star .pc_banner img{
	width:100%;
	cursor:pointer;
	margin-bottom:15px
} 

.news {
    width: 46.62%; 
    min-height: 600px; 
} 

.news .news_banner {
    cursor: pointer; 
	display:none; 
} 

.news .news_banner img {
    width: 32%;
	padding: 0 1% 
} 
.news .news_banner img:nth-child(3) {
    width: 32%;
	padding: 0; 
} 

.news_lists {
    padding: 16px 5px;
} 

.news_details .lists {
    width: 100%; 
} 

.news_lists.info .news_details_lists.lists .news_details_name {
    height: unset; 
} 

.news_lists.third .news_details_name, .news_lists.info .news_details_name {
    overflow: unset; 
    white-space: unset; 
}

.news_lists.third .news_details_name {
    color: #e96326; 
} 

.news_title {
    font-size: 27px; 
    font-weight: bolder; 
    letter-spacing: 2.5px; 
    white-space: nowrap; 
    overflow: hidden; 
    color: #e96326; 
    margin-bottom: 30px; 
    cursor: pointer; 
} 

.news_details {
    display: flex; 
    flex-direction: row; 
} 

.news_lists.active {
    background-color: #f4f4f4;
} 

.news_lists.third .news_details_name, .news_lists.info .news_details_name {
    height: 70px; 
    overflow: hidden; 
} 

.news_details_img {
    width: 210px; 
    margin-right: 12px; 
} 

.news_details_lists {
    width: calc(100% - 210px); 
    position: relative; 
} 

.news_details_name {
    color: #363636; 
    font-size: 18px; 
    font-weight: bolder; 
    letter-spacing: 4.5px; 
    white-space: nowrap; 
    overflow: hidden; 
    cursor: pointer; 
} 

.news_details_nav {
    font-size: 18px; 
    padding-left: 15px; 
    letter-spacing: 3px; 
    color: #565656; 
    white-space: nowrap; 
    overflow: hidden; 
} 

.news_nav {
    margin-top: 16px; 
    position: relative; 
} 

.news_details_num {
    display: flex; 
    flex-direction: row; 
    font-size: 16px; 
    color: #959595;
    justify-content: space-between;
    align-items: flex-end;
    height: calc(100% - 70px);
} 

.news_details_num.num {
    height: unset; 
    margin-top: 20px; 
} 

.news_star_comments {
    display: flex; 
    flex-direction: row; 
    height: 24px; 
    overflow: hidden; 
} 

.news_star_comments .comments, .news_star_comments .datetime {
    padding-left: 30px; 
    background: url("../images/comment_icons.png") no-repeat; 
} 

.news_star_comments .comments {
    background-position: 0 4px; 
    margin-right: 24px; 
    display: none; 
} 

.news_star_comments .datetime {
    background-position: 0 -25px; 
} 

.news_star_name {
    white-space: nowrap; 
    overflow: hidden; 
} 

.circle {
    width: 8px; 
    height: 8px; 
    background-color: #e96326; 
    border-radius: 8px; 
    position: absolute; 
    left: -14px; 
    top: 6px; 
} 

.rank {
    width: 27.25%; 
} 

.kuyue, .chigua {
    margin-top: 50px; 
} 

.con_img {
    width: 93.1%; 
    margin: 0 auto; 
    cursor: pointer; 
} 

.con_lists .lists {
    position: relative; 
    font-size: 125%; 
    color: #0b0b0b; 
    padding-left: 36px; 
    padding-right: 10px; 
    margin-top: 20px; 
    text-align: justify; 
} 

.con_lists .lists .lists_icon {
    width: 10px; 
    height: 10px; 
    border-radius: 50%; 
    background-color: #e96326; 
    position: absolute; 
    top: 10px; 
    left: 15px; 
} 

.media_title, .hot_rank_title {
    width: 235px; 
    height: 63px; 
    margin-left: auto; 
    margin-right: auto; 
    background: url("../images/title_img.png"); 
} 

.media_title {
    margin-top: 50px; 
    background-position: 0 0px; 
} 

.media_imgLists {
    display: flex; 
    flex-direction: row; 
    margin-top: 18px; 
    width: 75%;
    margin-left: auto;
    margin-right: auto;
} 

.mediaImg {
    width: 33.33%; 
} 

.imgLists {
    width: 100%; 
    height: 110px; 
} 

.imgLists img {
    width: 100%; 
} 

.hot_rank_title {
    background-position: 0 -63px; 
} 

.hot_rank_title.noshow {
    display: none; 
} 

.hot_rank_subtitle {
    font-size: 32px; 
    color: #0b0b0b; 
    text-align: center; 
} 

.hot_rank_subtitle.noshow {
    display: none; 
} 

.rank_subtitle_line {
    width: 30px; 
    height: 3px; 
    background-color: #e96326; 
    margin: 10px auto 0 auto; 
} 

/* tabs */
.rankTabsMenu{
    margin-top: 13px; 
    height: 37px; 
    border-bottom: 2px solid #e96326; 
    display: flex; 
    flex-direction: row; 
    justify-content: center; 
    width: 100%; 
}
.rankTabsMenu li{
    display:inline;
}
.rankTabsMenu li:not(:last-child) {
    margin-right: 40px; 
} 
.rankTabsMenu li a{
    display:block;
    text-decoration: none; 
    color: #0b0b0b; 
    height: 37px; 
    font-size: 143.75%; 
    line-height: 37px; 
    cursor: pointer; 
}
.rankTabsMenu li a.active {
    color: #e96326; 
} 
.tab_content{
    width:100%;
    display: none;
}
.tab_content.show {
    display: block; 
} 
#rank1:target,#rank2:target,#rank3:target{
    z-index:1;
}

.news_tab_content {
    width: 95.2%; 
    margin: 0 auto; 
    margin-top: 20px; 
} 

.news_tab_img {
    position: relative; 
    cursor: pointer; 
} 

.tab_intro {
    width: 100%; 
    height: 80px; 
    position: absolute; 
    bottom: 3px; 
    left: 0; 
} 

.word_bg {
    width: 100%; 
    height: 80px; 
    background: url("../images/word_bg.png"); 
    position: absolute; 
    top: 0; 
    left: 0; 
    opacity: 0.85;
} 

.intro_details {
    width: calc(100% - 40px); 
    position: absolute; 
    bottom: 8px; 
    left: 0; 
    font-size: 137.5%; 
    font-weight: bolder; 
    color: #fff; 
    white-space: nowrap; 
    overflow: hidden;
    text-overflow:ellipsis; 
    padding-left: 40px; 
    letter-spacing: 3px; 
    background: url("../images/word_icon.png") no-repeat; 
    background-position: 12px 5px;
} 

.intro_details.pic_icon {
    background: url("../images/pic_icon.png") no-repeat; 
    background-position: 12px 5px; 
    padding-left: 45px; 
} 

.intro_details.video_icon {
    background: url("../images/video_icon.png") no-repeat; 
    background-position: 12px 5px; 
} 

.news_tab_lists {
    margin-top: 13px; 
} 

.tab_lists {
    font-size: 125%; 
    color: #363636; 
    padding-left: 50px; 
    white-space: nowrap; 
    overflow: hidden; 
    text-align: justify; 
    background: url("../images/rank_icon.jpg") no-repeat; 
    background-position: 12px 3px; 
    letter-spacing: 0.5px; 
    text-overflow: ellipsis; 
    cursor: pointer; 
} 

.tab_lists.pic_icon {
    background: url("../images/pic_icon.jpg") no-repeat; 
    background-position: 22px 3px; 
} 

.tab_lists.video_icon {
    background: url("../images/video_icon.jpg") no-repeat; 
    background-position: 22px 3px; 
} 

.tab_lists:not(:nth-child(1)) {
    margin-top: 15px; 
} 

/* 查看更多 */
.more {
    width: 125px; 
    height: 32px; 
    background-color: #e96326; 
    border-radius: 32px; 
    margin: 20px auto 0 auto; 
    color: #fff; 
    text-align: center; 
    line-height: 32px; 
    font-size: 18px; 
    cursor: pointer; 
    display: none; 
} 

.more.noshow {
    display: none; 
} 

.noData {
    text-align: center;
    color: #8a8a8a;
    font-size: 25px;
}

.hot_star {
    display: none; 
} 

.hot_star_title {
    width: 295px; 
    height: 63px; 
    background: url("../images/title_img.png") no-repeat; 
    background-position: 0 -126px; 
    margin: 50px auto 0 auto; 
} 

.star1-lists {
    margin-top: 13px; 
} 

.star1-details {
    display: flex; 
    flex-direction: row; 
    height: 66px; 
    line-height: 66px; 
    margin-bottom: 20px; 
} 

.star1-details img {
    vertical-align: middle; 
} 

.star1-ranks {
    width: 52px; 
    margin: 0 5px; 
    color: #484848; 
    font-size: 112.5%; 
    text-align: center; 
    line-height: 66px; 
} 

.star1-ranks img {
    width: 100%; 
} 

.star1-names {
    font-size: 137.5%; 
    color: #0b0b0b; 
} 

.star1-names img {
    width: 66px; 
    height: 66px; 
    margin-right: 18px; 
} 

.star1-nums {
    margin-left: auto;
    margin-right: 15px; 
    color: #ff3a3a; 
} 

.star1-nums img {
    width: 18px; 
    height: 18px;
} 

.footer {
    border-top: 2px solid #e96326; 
    margin-top: 50px; 
} 

.footer_con {
    margin-top: 16px; 
    font-size: 125%; 
    color: #363636; 
    padding-left: 10px; 
    line-height: 30px; 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
} 

.footer_con a {
    color: #363636; 
    text-decoration: none; 
    display: block; 
} 

.line {
    padding: 0px 10px; 
} 

/* 新闻热线 */
.rexian a {
    font-size: 13px;
}
.rexian {
    align-items: flex-end;
    display: flex;
    padding-bottom: 25px;
    font-size: 13px;
}

/* 附加 */
.chigua_con_title {
    display: flex; 
    flex-direction: row; 
    align-items: center; 
    margin-bottom: 10px; 
} 

.chigua_con_title .con_title_line {
    width: 300px; 
    height: 2px; 
    background-color: #e96326; 
} 